home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-21 | 272 b | 21 lines | [TEXT/MPS ] |
- /*
- * Sample RMaker file for adding resources to lpr
- * todefine a default TCP/IP hostand a default printer.
- */
-
- type 'hnam' {
- pstring;
- };
-
- type 'hprt' {
- pstring;
- };
-
- resource 'hnam' (0, preload) {
- "Brownvm.Brown.Edu"
- };
-
- resource 'hprt' (0, preload) {
- "X4050"
- };
-